com.supermap.data
Class RegularizeParameter
- java.lang.Object
-
- com.supermap.data.RegularizeParameter
-
public class RegularizeParameter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description RegularizeParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetMinArea()Gets the unit of the minimum area of the resulting set.doublegetMinHoleArea()Gets the minimum area of hole.doublegetOffsetDistance()Gets the maximum distance that the borders can offset when regularizing themUnitgetOffsetDistanceUnit()Gets the maximum distance that the borders can offset when regularizing themRegularizeMethodgetRegularizeMethod()voidsetMinArea(double minArea)Sets the unit of the minimum area of the resulting set.voidsetMinHoleArea(double setMinHoleArea)Sets the minimum area of hole.voidsetOffsetDistance(double offsetDistance)Sets the maximum distance that the borders can offset when regularizing themvoidsetOffsetDistanceUnit(Unit offsetDistanceUnit)Sets the unit of the maximum distance that the borders can offset when regularizing themvoidsetRegularizeMethod(RegularizeMethod regularizeMethod)
-
-
-
Method Detail
-
getRegularizeMethod
public RegularizeMethod getRegularizeMethod()
-
setRegularizeMethod
public void setRegularizeMethod(RegularizeMethod regularizeMethod)
-
getOffsetDistance
public double getOffsetDistance()
Gets the maximum distance that the borders can offset when regularizing them- Returns:
-
setOffsetDistance
public void setOffsetDistance(double offsetDistance)
Sets the maximum distance that the borders can offset when regularizing them
-
getOffsetDistanceUnit
public Unit getOffsetDistanceUnit()
Gets the maximum distance that the borders can offset when regularizing them- Returns:
-
setOffsetDistanceUnit
public void setOffsetDistanceUnit(Unit offsetDistanceUnit)
Sets the unit of the maximum distance that the borders can offset when regularizing them
-
getMinArea
public double getMinArea()
Gets the unit of the minimum area of the resulting set. Objects with areas less than the value will be deleted- Parameters:
- -
-
setMinArea
public void setMinArea(double minArea)
Sets the unit of the minimum area of the resulting set. Regions with areas less than the value will be deleted- Parameters:
minArea-
-
getMinHoleArea
public double getMinHoleArea()
Gets the minimum area of hole. Holes with areas less than the value will be deleted- Returns:
-
setMinHoleArea
public void setMinHoleArea(double setMinHoleArea)
Sets the minimum area of hole. Holes with areas less than the value will be deleted
-
-